Skip to content

Commit cf75a64

Browse files
jbogarthydehansl
authored andcommitted
docs: clarify library description
1 parent 7029eee commit cf75a64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
A library is a type of project that does not run independently.
22
The library skeleton created by this command is placed by default in the `/projects` folder, and has `type` of "library".
33

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.
4+
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

Comments
 (0)