This module creates a wrapper around the app, which contains sidebar and topbar.
Required Packages --no required packages--
Required Modules
- fmblog-frontend-shared
- Angular-Module-Core
Functionalities
- Just wraps the app to show navigations.
Installation
- Add the module to Angular Project as a submodule.
git submodule add https://github.com/bwqr/fmblog-frontend-navigation src/app/navigation
- Import
NavigationModule
from insideAppModule
.