You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/src/app/profile/add-address/add-address.component.ts

15 lines
287 B
TypeScript

5 years ago
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-add-address',
templateUrl: './add-address.component.html',
styleUrls: ['./add-address.component.scss'],
})
export class AddAddressComponent implements OnInit {
constructor() { }
ngOnInit() {}
}