mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-23 13:47:06 +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,15 @@
|
||||
import {Component} from '@angular/core';
|
||||
|
||||
/**
|
||||
* @title Configurable slide-toggle
|
||||
*/
|
||||
@Component({
|
||||
selector: 'slide-toggle-configurable-example',
|
||||
templateUrl: 'slide-toggle-configurable-example.html',
|
||||
styleUrls: ['slide-toggle-configurable-example.css'],
|
||||
})
|
||||
export class SlideToggleConfigurableExample {
|
||||
color = 'accent';
|
||||
checked = false;
|
||||
disabled = false;
|
||||
}
|
||||
Reference in New Issue
Block a user