-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Description
Hi I'm trying to compile in Aot mode but it fail for that reason:
angular2-mdl/components/dialog-outlet/mdl-backdrop-overlay.component.ngfactory.ts:48:39
Property 'zIndex' is private and only accessible within class 'MdlBackdropOverlayComponent'
I'm using 2.4.1
This is just an example but actually most of them fail.
The reason is that: things that the template accesses from the component must be public
Reactions are currently unavailable