Update Angular, Angular Material and Flex Layout to 6

Updated additional project files
Updated Angular Material examples
This commit is contained in:
Sercan Yemen
2018-05-04 19:28:19 +03:00
parent 02df48ab4e
commit f4636d9a37
454 changed files with 13445 additions and 9629 deletions

View File

@@ -1,12 +1,11 @@
import { Component } from '@angular/core';
import {Component} from '@angular/core';
/**
* @title Determinate progress-bar
*/
@Component({
selector : 'progress-bar-determinate-example',
templateUrl: 'progress-bar-determinate-example.html'
selector: 'progress-bar-determinate-example',
templateUrl: 'progress-bar-determinate-example.html',
styleUrls: ['progress-bar-determinate-example.css'],
})
export class ProgressBarDeterminateExample
{
}
export class ProgressBarDeterminateExample {}