/fmblog-frontend-navigation

Navigation wrapper for fmblog frontend

Primary LanguageTypeScript

Angular-Module-Navigation

This module creates a wrapper around the app, which contains sidebar and topbar.

Required Packages --no required packages--

Required Modules

  1. fmblog-frontend-shared
  2. Angular-Module-Core

Functionalities

  1. Just wraps the app to show navigations.

Installation

  1. Add the module to Angular Project as a submodule. git submodule add https://github.com/bwqr/fmblog-frontend-navigation src/app/navigation
  2. Import NavigationModule from inside AppModule.