UNPKG
@cause-911/core
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
1.4.0-beta1
1.3.1-beta.3
1.3.1-beta.2
1.3.1-beta.1
1.3.0
1.3.0-beta4
1.3.0-beta3
1.3.0-beta2
1.2.5
1.2.4
1.2.4-beta.6
1.2.4-beta.5
1.2.4-beta.4
1.2.4-beta.3
1.2.4-beta.2
1.2.4-beta.1
1.2.3
1.2.2
1.2.1
1.2.0
1.1.13-beta.4
1.1.13-beta.3
1.1.13-beta.2
1.1.13-beta.1
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.2
0.4.1
0.3.18
0.3.10
0.3.9
0.3.8
0.3.6
Run `npm install @cause-911/core --save` to add this library to your project
cause911.ca
@cause-911/core
/
lib
/
core.component.d.ts
6 lines
(5 loc)
•
138 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
CoreComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }