7a16d7e969 fix don't type check the bodies of control flow nodes in basic mode (#55360) 8d93597a82 fix fix type narrowing of @if with aliases (#55835) 9b424d7224 fix preserve original reference to non-deferrable dependency (#54759) 694ba79cbf fix report cases where initializer APIs ar...
(#48987) | | c98c6a8452 | fix | don't copy animations modules into the imports of test components (#49147) | | 8389557848 | fix | don't copy unmigrated declarations into imports array (#48882) | | f82bdc4b01 | fix | don't delete classes that may provide dependencies transitively...
modules when generating imports (#48958) | | 521ccfbe6c | fix | avoid interrupting the migration if language service lookup fails (#49010) | | a40cd47aa7 | fix | avoid modifying testing modules without declarations (#48921) | | 1afa6ed322 | fix | don't add ModuleWithProviders to ...
Protractor will now ignore elements with the ng-bind class that don't have a proper binding on their data, instead of blowing up when encoutering them. Closes #165, may fix #170 (f672648) fix(findelements): fix isPresent for repeaters by row for real Breaking Changes (bf5b076) fix...
seamlessly. Any breakage caused by this change is likely due to one of the following two problems: (1) the app is comparing `AbstractControl.status` against a string which is not a valid status; or, (2) the app is using `statusChanges` events as if they were something other than ...
1afa6ed322 fix don't add ModuleWithProviders to standalone test components (#48987) c98c6a8452 fix don't copy animations modules into the imports of test components (#49147) 8389557848 fix don't copy unmigrated declarations into imports array (#48882) f82bdc4b01 fix don't delete classes...
1afa6ed322 fix don't add ModuleWithProviders to standalone test components (#48987) c98c6a8452 fix don't copy animations modules into the imports of test components (#49147) 8389557848 fix don't copy unmigrated declarations into imports array (#48882) f82bdc4b01 fix don't delete classes...
Local Development To contribute to the Angular Docs, check out theAngular.dev README Development Setup Prerequisites InstallNode.jswhich includesNode Package Manager Setting Up a Project Install the Angular CLI globally: npminstall-g@angular/cli ...
| [7fd0428aae](https://github.com/angular/angular/commit/7fd0428aae3a7d94bfc8fee764ac24f5fe3fbb41) | fix | don't rethrow errors if test teardown has been disabled ([#43635](https://github.com/angular/angular/pull/43635)) | | [66fb311d20](https://github.com/angular/angular/comm...
As your function would not be compatible with AOT, it compilation fails, and the // @dynamic directive is like "don't worry Angular, this class is not intented to be used for bootstapping some modules." Thanks a bunch! This solution also fixes "Expression form not supported" that I ...