|
1 |
| -import { RouterModule } from '@angular/router'; |
2 |
| -import { NgModule } from '@angular/core'; |
3 |
| -import { NgbCollapseModule } from '@ng-bootstrap/ng-bootstrap'; |
| 1 | +import {RouterModule} from '@angular/router'; |
| 2 | +import {NgModule} from '@angular/core'; |
| 3 | +import {NgbCollapseModule} from '@ng-bootstrap/ng-bootstrap'; |
4 | 4 |
|
5 |
| -import { HeaderComponent } from './header/header.component'; |
6 |
| -import { FooterComponent } from './footer/footer.component'; |
7 |
| -import { ContentWrapperComponent } from './content-wrapper/content-wrapper.component'; |
| 5 | +import {HeaderComponent} from './header/header.component'; |
| 6 | +import {FooterComponent} from './footer/footer.component'; |
| 7 | +import {ContentWrapperComponent} from './content-wrapper/content-wrapper.component'; |
8 | 8 |
|
9 | 9 | @NgModule({
|
10 |
| - imports: [RouterModule, NgbCollapseModule.forRoot() ], |
11 |
| - exports: [HeaderComponent, FooterComponent, ContentWrapperComponent], |
12 |
| - declarations: [HeaderComponent, FooterComponent, ContentWrapperComponent], |
13 |
| - providers: [], |
| 10 | + imports: [RouterModule, NgbCollapseModule], |
| 11 | + exports: [HeaderComponent, FooterComponent, ContentWrapperComponent], |
| 12 | + declarations: [HeaderComponent, FooterComponent, ContentWrapperComponent], |
| 13 | + providers: [], |
14 | 14 | })
|
15 |
| -export class AppSharedModule { } |
| 15 | +export class AppSharedModule { |
| 16 | +} |
0 commit comments