/page-not-found

Page not found library build with Angular 15.2.3 and uploaded to NPM.

Primary LanguageTypeScript

Page Not Found - Alanch8 🚧

This library was generated with Angular CLI version 15.2.3.

Getting started 🚀

npm i alanch8-page-not-found

Setup

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-found or else it will be added to the default project in your angular.json file.

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.