digipolisantwerp / antwerp-ui_angular

Antwerp UI is a component interface library for building user interfaces and responsive web apps.
https://digipolisantwerp.github.io/antwerp-ui_angular
MIT License
13 stars 19 forks source link

AOT build fails when NotificationsModule is imported #127

Closed tom-odb closed 5 years ago

tom-odb commented 5 years ago

Describe the bug

AOT build fails when NotificationsModule is imported.

To Reproduce

Steps to reproduce the behavior:

  1. Create new angular app (ng new myapp)
  2. Install @acpaas-ui/ngx-components@latest
  3. Import NotificationsModule from @acpaas-ui/ngx-components/notifications
  4. Build ng build

Expected behavior

Build succeeds.

Screenshots

error screenshot