diff --git a/package.json b/package.json index 404686c..f0a39b8 100644 --- a/package.json +++ b/package.json @@ -29,13 +29,12 @@ "zone.js": "^0.8.14" }, "devDependencies": { - "@angular-devkit/build-angular": "^0.6.1", "@angular/cli": "1.5.0", "@angular/compiler-cli": "^5.0.0", "@angular/language-service": "^5.0.0", "@types/jasmine": "~2.5.53", "@types/jasminewd2": "~2.0.2", - "@types/node": "^6.0.110", + "@types/node": "~6.0.60", "codelyzer": "~3.2.0", "jasmine-core": "~2.6.2", "jasmine-spec-reporter": "~4.1.0", diff --git a/src/app/app.component.html b/src/app/app.component.html index 080724f..c93236f 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,34 +1,32 @@
- - - Responsive Navigation - -
- - Menu Item 1 - Menu Item 2 - Menu Item 3 - Menu Item 4 - Menu Item 5 - Menu Item 6 -
-
+ Responsive Navigation + +
+ + Menu Item 1 + Menu Item 2 + Menu Item 3 + Menu Item 4 + Menu Item 5 + Menu Item 6 +
+
+ Show Side Menu +
- - - - Close - Menu Item 1 - Menu Item 2 - Menu Item 3 - Menu Item 4 - Menu Item 5 - Menu Item 6 - + + + Main content diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 25a1474..b626362 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,7 +1,7 @@ import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; -import { MatToolbarModule, MatListModule, MatSidenavModule, MatButtonModule, MatIconModule } from "@angular/material"; +import { MatToolbarModule, MatSidenavModule, MatButtonModule, MatIconModule } from "@angular/material"; import { FlexLayoutModule } from "@angular/flex-layout"; import { AppComponent } from './app.component'; @@ -13,8 +13,6 @@ import { AppComponent } from './app.component'; imports: [ BrowserModule, BrowserAnimationsModule, - MatIconModule, - MatListModule, MatToolbarModule, MatSidenavModule, MatButtonModule, diff --git a/src/index.html b/src/index.html index 29bbd44..9182fac 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,6 @@ -