alanch8-page-not-found v1.0.0
Page Not Found - Alanch8 🚧
This library was generated with Angular CLI version 15.2.3.
Getting started 🚀
npm i alanch8-page-not-foundSetup 🛠
import { Alanch8PageNotFoundModule } from 'alanch8-page-not-found';
@NgModule({
...
imports: [
...
Alanch8PageNotFoundModule
]
...
})
export class AppModule { }Using the component 📦
<alanch8-page-not-found></alanch8-page-not-found>Code scaffolding 🏗
Run ng generate component component-name --project alanch8-page-not-found to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project alanch8-page-not-found.
Note: Don't forget to add
--project alanch8-page-not-foundor else it will be added to the default project in yourangular.jsonfile.
Build ⚙
Run ng build alanch8-page-not-found to build the project. The build artifacts will be stored in the dist/ directory.
Publishing 📦
After building your library with ng build alanch8-page-not-found, go to the dist folder cd dist/alanch8-page-not-found and run npm publish.
Further help 🆘
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.