feat(buttons): add buttons examples

This commit is contained in:
Alexander Zhukov 2017-06-14 11:45:37 +03:00
parent fa26f9f0bf
commit 9ce1d2a589
10 changed files with 444 additions and 240 deletions

View file

@ -0,0 +1,8 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'ngx-block-level-buttons',
templateUrl: './block-level-buttons.component.html',
})
export class BlockLevelButtonsComponent {
}