UNPKG
nodram
Version:
latest (0.0.1)
0.0.1
A Really MEAN Web Framework
github.com/oreofeolurin/ream
oreofeolurin/ream
nodram
/
src
/
framework
/
browser
/
app
/
shared
/
widgets
/
dialog.modal.ts
13 lines
(9 loc)
•
204 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Created by EdgeTech on 8/31/2016. */
import
{
Modal
}
from
"../../models/Modal"
;
export
class
DialogModal
extends
Modal
{
constructor
(
title
){
super
(title); } }