Skip to content

Commit

Permalink
fix: update igniteui-angular with 5.2.0-beta.0; nav drawer directive;…
Browse files Browse the repository at this point in the history
… include fonts; other fixes;
  • Loading branch information
Lipata committed Feb 15, 2018
1 parent 4a92822 commit 4cfbd83
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prefix": "app",
"styles": [
"styles.css",
"../node_modules/igniteui-angular/igniteui-angular.css"
"../node_modules/igniteui-angular/styles/igniteui-angular.css"
],
"scripts": ["../node_modules/hammerjs/hammer.min.js"],
"environmentSource": "environments/environment.ts",
Expand Down
2 changes: 1 addition & 1 deletion templates/angular/igx-ts/projects/empty/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/router": "^5.0.0",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"igniteui-angular": "^5.1.3",
"igniteui-angular": "5.2.0-beta.0",
"igniteui-cli": "^1.0.4",
"rxjs": "^5.5.2",
"zone.js": "^0.8.14",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="main">
<igx-nav-drawer #nav id="project-menu" isOpen="true" [enableGestures]='true' width="280px">
<div class="ig-drawer-content">
<div class="igx-drawer-content">
<h3>Views</h3>
<span *ngFor="let route of topNavLinks" class="nav-item" routerLinkActive="active" routerLink="{{route.path}}">{{route.name}}</span>
</div>
Expand Down
3 changes: 3 additions & 0 deletions templates/angular/igx-ts/projects/empty/files/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
</head>
<body>
<app-root></app-root>
Expand Down

0 comments on commit 4cfbd83

Please sign in to comment.