mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-18 14:22:35 +00:00
+ Http changed with HttpClient, + Angular Material Element examples added, + angular2-markdown Library added
12 lines
297 B
TypeScript
12 lines
297 B
TypeScript
import {Component} from '@angular/core';
|
|
|
|
/**
|
|
* @title Exclusive selection
|
|
*/
|
|
@Component({
|
|
selector: 'button-toggle-exclusive-example',
|
|
templateUrl: 'button-toggle-exclusive-example.html',
|
|
styleUrls: ['button-toggle-exclusive-example.css'],
|
|
})
|
|
export class ButtonToggleExclusiveExample {}
|