0.0.19 • Published 9 months ago

ems-web-app-navigation v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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.15

9 months ago

0.0.19

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.5

9 months ago