fix(platform-browser): insert APP_ID in styles, contentAttr and hostAttr (#17745)
PR Close #17745
This commit is contained in:

committed by
Igor Minar

parent
3ea8d651cc
commit
712d60e467
@ -94,7 +94,7 @@ export class AppModule implements Injector, NgModuleRef<any> {
|
||||
constructor() {
|
||||
initServicesIfNeeded();
|
||||
this.sanitizer = new DomSanitizerImpl(document);
|
||||
this.renderer2 = new DomRendererFactory2(null, null);
|
||||
this.renderer2 = new DomRendererFactory2(null, null, null);
|
||||
trustedEmptyColor = this.sanitizer.bypassSecurityTrustStyle('');
|
||||
trustedGreyColor = this.sanitizer.bypassSecurityTrustStyle('grey');
|
||||
this.componentFactory =
|
||||
|
Reference in New Issue
Block a user