1. Angular expressions can be added inside the HTML templates.
2. Angular expressions doesn't support control flow statements (conditionals, loops, or exceptions).
3. Angular expressions support filters to format data before displaying it.
The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...
No comments:
Post a Comment