File tree 1 file changed +10
-7
lines changed
material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/src/assets/stackblitz
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
import './polyfills' ;
2
- import { platformBrowserDynamic } from '@angular/platform-browser-dynamic' ;
3
- import { BrowserModule } from '@angular/platform-browser ' ;
4
- import { BrowserAnimationsModule } from '@angular/platform-browser/animations ' ;
2
+
3
+ import { CdkTableModule } from '@angular/cdk/table ' ;
4
+ import { HttpClientModule } from '@angular/common/http ' ;
5
5
import { NgModule } from '@angular/core' ;
6
6
import { FormsModule , ReactiveFormsModule } from '@angular/forms' ;
7
+ import { HttpModule } from '@angular/http' ;
7
8
import {
8
9
MatAutocompleteModule ,
9
10
MatButtonModule ,
@@ -13,6 +14,7 @@ import {
13
14
MatChipsModule ,
14
15
MatDatepickerModule ,
15
16
MatDialogModule ,
17
+ MatDividerModule ,
16
18
MatExpansionModule ,
17
19
MatGridListModule ,
18
20
MatIconModule ,
@@ -31,16 +33,16 @@ import {
31
33
MatSlideToggleModule ,
32
34
MatSnackBarModule ,
33
35
MatSortModule ,
36
+ MatStepperModule ,
34
37
MatTableModule ,
35
38
MatTabsModule ,
36
39
MatToolbarModule ,
37
40
MatTooltipModule ,
38
- MatStepperModule ,
39
41
} from '@angular/material' ;
42
+ import { BrowserModule } from '@angular/platform-browser' ;
43
+ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic' ;
44
+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
40
45
import { MaterialDocsExample } from './app/material-docs-example' ;
41
- import { HttpModule } from '@angular/http' ;
42
- import { HttpClientModule } from '@angular/common/http' ;
43
- import { CdkTableModule } from '@angular/cdk/table' ;
44
46
45
47
@NgModule ( {
46
48
exports : [
@@ -54,6 +56,7 @@ import {CdkTableModule} from '@angular/cdk/table';
54
56
MatStepperModule ,
55
57
MatDatepickerModule ,
56
58
MatDialogModule ,
59
+ MatDividerModule ,
57
60
MatExpansionModule ,
58
61
MatGridListModule ,
59
62
MatIconModule ,
You can’t perform that action at this time.
0 commit comments