Skip to content

Angular notes

Michael Hulse edited this page Nov 15, 2019 · 7 revisions

Assigning classes

Dissect: https://malcoded.com/posts/angular-ngclass/

Components vs. Directives

When I teach Angular, I keep telling my students that Angular components are custom HTML elements, while Angular directives are custom attributes.

https://www.beyondjava.net/angular-components-non-standard-selectors

Clone this wiki locally