I\'m using Angular 2 and I\'ve written the below code:
some texts
I\'ve also tried:
For pixel unit
Width Size with px
Or
Other CSS units
Width Size with em Width Size with pt Width Size with %
Component
export class MyComponent { width: number = 80; }