Ishan Katpally | dad5f1a | 2022-03-23 21:06:36 -0700 | [diff] [blame] | 1 | import {Component, OnInit} from '@angular/core'; |
2 | |||||
3 | @Component({ | ||||
4 | selector: 'app-view', | ||||
5 | templateUrl: './view.ng.html', | ||||
6 | styleUrls: ['../common.css', './view.component.css'], | ||||
7 | }) | ||||
8 | export class ViewComponent {} |