A concept of 'command' used by many programming languages and frameworks.
I have angular directive that accept url to obtain remote data: <my-tag src="http://127.0.0.1/srv1">... Directive itself: app.…
angularjs http directiveI have a directive myDirective with variable type. If I run <my-directive type="X"> I want the directive …
angularjs directiveI am new to typescript and I am trying to create a function for an angular 2 directive. Can anyone explain, …
angular typescript directiveI am searching on many forums and questions, but nobody seems to ask how to double click ou double tap …
angular ionic2 directive angular2-directives double-clickI have following directive (TextElementDirective), that has 4 input variables colorHex, fontFamily, fontWeight, fontStyle. I want to set an element's color …
angular directiveHaving problems creating nested directive using Typescript. I can do it in simple AngularJs: http://plnkr.co/edit/UruTqEdMnqNT5wjxcQNC?…
angularjs typescript directiveI am new to Angular. I am using Angular 4. Where there is a requirement to send the base64 Image as …
angular upload base64 components directiveI have a (simplified) directive angular.module('myApp') .directive('myButton', function () { return { restrict: 'E', scope: { callbackFn: '&' }, template: …
angularjs data-binding directiveI was reading about *ngTemplateOutlet directive. The use of this directive is to instantiate a template dynamically by a template …
angular directive ng-template