mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-22 11:27:08 +00:00
@angular/material v2.0.0-beta.12 compability update,
Lots of breaking changes, all "md" prefixes changed with "mat" due to angular material deprecation of "md", md2 package removed, its not compatible with latest material version, will be replaced with another date picker later.
This commit is contained in:
@@ -1 +1 @@
|
||||
<md-toolbar>My App</md-toolbar>
|
||||
<mat-toolbar>My App</mat-toolbar>
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
import {Component} from '@angular/core';
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
/**
|
||||
* @title Basic toolbar
|
||||
*/
|
||||
@Component({
|
||||
selector: 'toolbar-overview-example',
|
||||
templateUrl: 'toolbar-overview-example.html',
|
||||
selector : 'toolbar-overview-example',
|
||||
templateUrl: 'toolbar-overview-example.html'
|
||||
})
|
||||
export class ToolbarOverviewExample {}
|
||||
export class ToolbarOverviewExample
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user