mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-22 00:27:15 +00:00
Update Angular, Angular Material and Flex Layout to 6
Updated additional project files Updated Angular Material examples
This commit is contained in:
0
src/assets/angular-material-examples/progress-bar-determinate/progress-bar-determinate-example.css
Normal file → Executable file
0
src/assets/angular-material-examples/progress-bar-determinate/progress-bar-determinate-example.css
Normal file → Executable file
0
src/assets/angular-material-examples/progress-bar-determinate/progress-bar-determinate-example.html
Normal file → Executable file
0
src/assets/angular-material-examples/progress-bar-determinate/progress-bar-determinate-example.html
Normal file → Executable file
11
src/assets/angular-material-examples/progress-bar-determinate/progress-bar-determinate-example.ts
Normal file → Executable file
11
src/assets/angular-material-examples/progress-bar-determinate/progress-bar-determinate-example.ts
Normal file → Executable 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 {}
|
||||
|
||||
Reference in New Issue
Block a user