ng-404
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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>

Dependents (0)

Package Sidebar

Install

npm i ng-404

Weekly Downloads

1

Version

0.0.6

License

none

Unpacked Size

59.3 kB

Total Files

27

Last publish

Collaborators

  • santoshss