Hi
What s the difference between Services & Directives in Angular
Thanks
Hi
What s the difference between Services & Directives in Angular
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaimin ShethiyaPosted Jun 7, 2024, 7:13 AM
Hello Ramco,
Please refer below.
Services
Directives (some of the items below say essentially the same thing, but I've found that sometimes a slightly different wording helps a lot)
Angular comes with a built in set of directives (e.g., ng-* stuff) which are useful for building web applications but you can add your own such that HTML can be turned into a declarative Domain Specific Language (DSL). E.g., the
Thanks