Top "Directive" questions

A concept of 'command' used by many programming languages and frameworks.

Difference between .equ and .word in ARM Assembly?

I am curious - What is the difference between .equ and .word directives in ARM assembly, when defining constants?

assembly arm directive cortex-m3
angular directive handles http request

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 directive
Angular Directive Different Template

I have a directive myDirective with variable type. If I run <my-directive type="X"> I want the directive …

angularjs directive
angular 2 typescript An implementation cannot be declared in ambient contexts

I am new to typescript and I am trying to create a function for an angular 2 directive. Can anyone explain, …

angular typescript directive
Double Tap/ double click Angular2 & ionic

I 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-click
Angular 2 attribute directive input values are undefined and not set correctly

I have following directive (TextElementDirective), that has 4 input variables colorHex, fontFamily, fontWeight, fontStyle. I want to set an element's color …

angular directive
AngularJS Typescript Directive

Having problems creating nested directive using Typescript. I can do it in simple AngularJs: http://plnkr.co/edit/UruTqEdMnqNT5wjxcQNC?…

angularjs typescript directive
ANGULAR 4 Base64 Upload Component

I am new to Angular. I am using Angular 4. Where there is a requirement to send the base64 Image as …

angular upload base64 components directive
Angular: Bind callback function using & and pass-in arguments

I have a (simplified) directive angular.module('myApp') .directive('myButton', function () { return { restrict: 'E', scope: { callbackFn: '&' }, template: …

angularjs data-binding directive
What are practical scenarios of *ngTemplateOutlet directive?

I was reading about *ngTemplateOutlet directive. The use of this directive is to instantiate a template dynamically by a template …

angular directive ng-template