0.0.6 • Published 2 years ago

ng-404 v0.0.6

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

ng404

This is a readymade 404 or page-not-found angular component that can be called using a simple tag.

Installation

Install Ng404 with npm

  npm install ng-404

Usage

Import the component module into your app.module.ts file.

import { Ng404 } from 'ng-404';

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

Add this simple tag in the component.ts file.

<ng-404></ng-404>
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago