Closed tom-odb closed 5 years ago
AOT build fails when NotificationsModule is imported.
Steps to reproduce the behavior:
ng new myapp
@acpaas-ui/ngx-components@latest
NotificationsModule
@acpaas-ui/ngx-components/notifications
ng build
Build succeeds.
Describe the bug
AOT build fails when NotificationsModule is imported.
To Reproduce
Steps to reproduce the behavior:
ng new myapp
)@acpaas-ui/ngx-components@latest
NotificationsModule
from@acpaas-ui/ngx-components/notifications
ng build
Expected behavior
Build succeeds.
Screenshots