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

Build error after installing npm package #178

Closed nickcuypers closed 4 years ago

nickcuypers commented 4 years ago

Describe the bug

Build error: ERROR in node_modules/@acpaas-ui/ngx-components/calendar/acpaas-ui-ngx-components-calendar.d.ts.CalendarMonthComponent.html(4,83): Argument of type 'unknown[]' is not assignable to parameter of type 'string'.

To Reproduce

Steps to reproduce the behavior:

  1. npm i @acpaas-ui/ngx-components
  2. ng build --prod --output-hashing none && del-cli ./wwwroot/index.html
  3. See error

Expected behavior

no build error

Screenshots

image

OS (please complete the following information):

TriangleJuice commented 4 years ago

Fixed by #183