Library Creation - zerocodeplatform/tss-login GitHub Wiki
-
After Creation of angular project we need to create a library as Login library.
-
To create library use ng g library
-
When you create library by using the above mention command a folder name projects will be created.
-
If you create a library name Login then your library structure will look like.
-
Project
- Login
- src
- lib
- login.component.ts
- login.module.ts
- login.service.ts
- lib
- src
- Login
-
For html and css file you need to generate it manually.