Thursday, April 16, 2020

Angular library create command



Go to the lib folder of nodejs then run these 4 command 


ng new ngx-charts --create-application=false

cd ngx-charts

ng generate library ngx-charts

ng generate application ngx-charts-test

No comments:

Post a Comment

Autoboxing and Unboxing

  Autoboxing  is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper cl...