UNPKG
ng-devui-materials
Version:
latest (15.1.0)
15.1.0
15.1.0-alpha.2
15.1.0-alpha.1
15.0.0
13.0.0
1.0.0
Materials of DevUI Admin
devui.design/admin-materials/
ng-devui-materials
/
page-title
/
src
/
page-title.component.ts
9 lines
(7 loc)
•
216 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import { Component } from
'@angular/core'
;
@Component
({ selector:
'da-page-title'
, templateUrl:
'./page-title.component.html'
, styleUrls: [
'./page-title.component.scss'
], }) export
class
PageTitleComponent
{}