robisim74 / angular-l10n

Angular library to translate texts, dates and numbers
MIT License
380 stars 59 forks source link

Why I am getting this error ?? I did npm install then ng serve but every time get the same result #315

Closed harsh599 closed 3 years ago

harsh599 commented 3 years ago

image

robisim74 commented 3 years ago

As in Readme, first you need to build the library:

npm install
npm run build

and then npm start

In an Angular workspace, you build libraries first, then run apps.

Greetings