How to build custom directives in Angular
angular's custom directives provide a powerful mechanism for editing the dom and incorporating dynamic behavior to templates.Things to know about Pipes in Angular
pipes in angular allow users to transform data before it's visible in the viewer. pipes are similar to filters in programming languages but are more flexible and can be