Issue
To create a library in angular6 we use the following:
ng generate library my-lib
If we wish to remove the previously created library, what is the the command:
Solution
All you have to do is following steps :
Delete the folder
projects/my-lib
.Go to the
angular.json
file and remove the"my-lib"
object section contained in"projects"
.Go to
tsconfig.json
and remove"my-lib"
object section frompaths
.
Answered By - Fernando Espinosa
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.