top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the use for decorators in angular ?

0 votes
380 views
What is the use for decorators in angular ?
posted Apr 20, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Decorators are a design pattern that is used to separate modification or decoration of a class without modifying the original source code. In AngularJS, decorators are functions that allow a service, directive or filter to be modified prior to its usage.

answer Apr 25, 2018 by Kuldeep Apte
...