Skip to content

Commit aaa240e

Browse files
Alanalexeagle
Alan
authored andcommitted
refactor: deprecate isSupported static in AngularCompilerPlugin
1 parent 15c096d commit aaa240e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ngtools/webpack/src/angular_compiler_plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ export class AngularCompilerPlugin {
150150
return tsProgram ? tsProgram.getTypeChecker() : null;
151151
}
152152

153+
/** @deprecated From 8.0.2 */
153154
static isSupported() {
154155
return VERSION && parseInt(VERSION.major) >= 8;
155156
}

0 commit comments

Comments
 (0)