Code Review
/
usecase-ui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
11da90875389940685ee4ec280f626e3adb59241
[usecase-ui.git]
/
1
import { Component, OnInit } from '@angular/core';
2
3
@Component({
4
selector: 'app-nssi-model',
5
templateUrl: './nssi-model.component.html',
6
styleUrls: ['./nssi-model.component.less']
7
})
8
export class NssiModelComponent implements OnInit {
9
10
constructor() { }
11
12
ngOnInit() {
13
}
14
15
}