Example of using PrimeNG

This commit is contained in:
SteveSandersonMS
2016-09-28 11:30:34 +01:00
parent e87aa1f088
commit cff75c6893
5 changed files with 17 additions and 2 deletions

View File

@@ -5,4 +5,5 @@ import { Component } from '@angular/core';
template: require('./home.component.html')
})
export class HomeComponent {
public ratingValue: number;
}