At a high level, directives are markers on a DOM element (such as an attribute, element name, comment or CSS class) that tells the Angular 2+ framework to attach a specified behavior to that DOM element or even transform the DOM element and its children.
I have a table in which I want to display a table row, which is a component. And also I …
html css angular angular-directive angular-templateI do not have only one menu bar on my app that I need to be painted when the user …
angular angular-routing angular-directive angular-routerlinkI know that in ng2 we have ComponentFactoryResolver that can resolve factories that we can apply to a ViewContainerRef. But, …
angular projection angular-directive angular2-templateI'm using angular-ui-tree for building a tree of items in my app. I'm using its drag & drop feature and …
angularjs twitter-bootstrap-3 angular-directive angular-ui-treeI have a simple html form containing regular text input. ng-minlength, ng-maxlength and ng-pattern angular built-in form input directives are …
javascript angularjs forms validation angular-directiveHere are some pieces of code. This same pattern (afaik) works for the hero tutorial. login.component.html: <div …
angular angular2-directives angular-directiveHow can I grab an element's attr data in angular with jqlite? html, <button ng-click="loadForm($event)" href="form.…
angularjs angular-directive jqliteI'm trying to extend NgbPopover in order to dispatch a custom action when the popover's open or close methods are …
angular angular-ui-bootstrap angular-directive ng-bootstrap bootstrap-popover