Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular style component tag

@Component({
   selector: 'your-component',
   template: 'your-component.html',
   host: {'class': 'customClass'}
})
//la classe può stare nel genitore
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #angular #style #component #tag
ADD COMMENT
Topic
Name
4+8 =