We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7029eee commit cf75a64Copy full SHA for cf75a64
packages/schematics/angular/library/library-long.md
@@ -1,4 +1,5 @@
1
A library is a type of project that does not run independently.
2
The library skeleton created by this command is placed by default in the `/projects` folder, and has `type` of "library".
3
4
-You can build a new library using the `ng build` command, and unit-test it and lint it using the `ng test` and `ng lint` commands.
+You can build a new library using the `ng build` command, run unit test for it using the `ng test` command,
5
+and lint it using and the `ng lint` command.
0 commit comments