UNPKG
@coreui/ajax
Version:
latest (1.0.10)
next (2.0.0-alpha.1)
2.0.0-beta.1
2.0.0-alpha.1
1.0.10
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Open Source Bootstrap Admin Template
coreui.io
mrholek/CoreUI-Free-Bootstrap-Admin-Template
@coreui/ajax
/
Angular2_CLI_Full_Project
/
src
/
app
/
components
/
modals.component.ts
8 lines
(6 loc)
•
213 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import { Component, ViewChild } from
'@angular/core'
; import { ModalDirective } from
'ng2-bootstrap/modal/modal.component'
;
@Component
({ templateUrl:
'modals.component.html'
}) export
class
ModalsComponent
{ }