0.0.20 • Published 12 months ago

ems-web-app-navigation v0.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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 { }
0.0.20

12 months ago

0.0.15

2 years ago

0.0.19

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.5

2 years ago