If any functions called by clientSideScripts throws a an exception that doesn't inherit from Error, the stack trace is completely unhelpful and the message is just "unknown error." This commit wraps such errors into Error instances so that we have meaningful stack traces and the correct excepti...
and `statusChanges` has been narrowed from `Observable<any>` to `Observable<FormControlStatus>`. Most applications should consume the new types seamlessly. Any breakage caused
The @Directive/@Component moduleId property is now deprecated. It did not have any effect for multiple major versions and will be removed in v17. platform-browserBrowserModule.withServerTransition has been deprecated. APP_ID should be used instead to set the application ID. NB: Unless, you ...
block scrolling on a page that doesn't have a scrollbar in the first place. 144 overflow-y : scroll; 145 } 146 } 147 148 @ mixin cdk-a11y { 149 .cdk-visually-hidden { 150 border : 0 ; 151 clip : rect( 0 0 0 0 ); 152 height : 1px ; 153 margin : - 1px ; 154 ...
It does not have wide usage, and in most cases is used incorrectly, in circumstances where providedIn: 'root' should be preferred. If providers should truly be scoped to a specific NgModule, use NgModule.providers instead. The ability to set providedIn: 'any' for an @Injectable or ...