mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-22 01:37:11 +00:00
angular-in-memory-web-api updated,
+ Http changed with HttpClient, + Angular Material Element examples added, + angular2-markdown Library added
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
md-grid-tile {
|
||||
background: lightblue;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
<md-grid-list cols="2" rowHeight="2:1">
|
||||
<md-grid-tile>1</md-grid-tile>
|
||||
<md-grid-tile>2</md-grid-tile>
|
||||
<md-grid-tile>3</md-grid-tile>
|
||||
<md-grid-tile>4</md-grid-tile>
|
||||
</md-grid-list>
|
||||
@@ -0,0 +1,11 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
/**
|
||||
* @title Basic grid-list
|
||||
*/
|
||||
@Component({
|
||||
selector: 'grid-list-overview-example',
|
||||
styleUrls: ['grid-list-overview-example.css'],
|
||||
templateUrl: 'grid-list-overview-example.html',
|
||||
})
|
||||
export class GridListOverviewExample {}
|
||||
Reference in New Issue
Block a user