0.0.3 • Published 2 years ago

lidias-page-not-found v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Lidias Page Not Found

This library was generated with Angular CLI version 14.0.0.

Getting started

npm i lidias-page-not-found

Setup

import { LidiasPageNotFoundModule } from 'lidias-page-not-found';

@NgModule({
   ...
   imports: [
        ...
        LidiasPageNotFoundModule
   ]
   ...
})
export class AppModule { }

Using the component

<lidias-page-not-found></lidias-page-not-found>

Code scaffolding

Run ng generate component component-name --project lidias-page-not-found to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project lidias-page-not-found.

Note: Don't forget to add --project lidias-page-not-found or else it will be added to the default project in your angular.json file.

Build

Run ng build lidias-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 lidias-page-not-found, go to the dist folder cd dist/lidias-page-not-found and run npm publish.

Running unit tests

Run ng test lidias-page-not-found to execute the unit tests via Karma.

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.

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago