diff --git a/docs/extending.md b/docs/extending.md index 82f47124f..8ccffc552 100644 --- a/docs/extending.md +++ b/docs/extending.md @@ -1572,6 +1572,12 @@ Extension libraries are based on the standard Angular libraries and definition f Please read more details in the following article: [Library support in Angular CLI 6](https://github.com/angular/angular-cli/wiki/stories-create-library#library-support-in-angular-cli-6)

+See also + +- The Angular Library Series - Creating a Library with the Angular CLI + - Part 1: https://blog.angularindepth.com/creating-a-library-in-angular-6-87799552e7e5 + - Part 2: https://blog.angularindepth.com/creating-a-library-in-angular-6-part-2-6e2bc1e14121 + ### Creating extension library First, generate a new project within the workspace: