Tuesday, August 29, 2017
product-list.component.ts
import { Component } from '@angular/core';
@Component({
selector: 'pm-products',
templateUrl: './product-list.component.html'
})
export class ProductListComponent {
pageTitle: string = 'Product List';
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment