mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
fix: update core and apply stricter tslint rules
This commit is contained in:
@@ -15,10 +15,16 @@
|
||||
import {Component, Input} from '@angular/core';
|
||||
import {SCPostalAddress} from '@openstapps/core';
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*/
|
||||
@Component({
|
||||
selector: 'stapps-address-detail',
|
||||
templateUrl: 'address-detail.html',
|
||||
})
|
||||
export class AddressDetailComponent {
|
||||
/**
|
||||
* TODO
|
||||
*/
|
||||
@Input() address: SCPostalAddress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user