ems-web-app-navigation
TypeScript icon, indicating that this package has built-in type declarations

0.0.19 • Public • Published

Navigation

This library was generated with Angular CLI version 13.2.0.

Module Implementation

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { CommonModule } from '@angular/common';  

import { AppComponent } from './app.component';
import { NavigationModule, NavigationService } from "ems-web-app-navigation";
import { PageViewerModule, PageViewerService } from "ems-web-app-page-viewer"; //necessary dependency

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    CommonModule,
    NavigationModule,
    PageViewerModule
  ],
  providers: [ NavigationService, PageViewerService ],
  bootstrap: [ AppComponent ]
})
export class AppModule { }

Package Sidebar

Install

npm i ems-web-app-navigation

Weekly Downloads

8

Version

0.0.19

License

MIT

Unpacked Size

49.3 kB

Total Files

18

Last publish

Collaborators

  • spencech61