darko99x
darko99x
> Make sure you are using `import 'hammerjs';` > and not using `import { hammerjs } from "path to hammer js";` Unless you use custom baseUrl and path. Then you...
viewProviders have solved my problem with wrapper component for inputs in reactive forms. Example: ``` @Component({ selector: 'app-input', templateUrl: './input.component.html', styleUrls: ['./input.component.scss'], viewProviders: [ { provide: ControlContainer, useExisting: FormGroupDirective }...
Yes, that is just shorter naming convention for my directives. In the component i have `@Input() name: string;` and in the template `...
Firefox has it's own gestures and they have higher priority. You can configure them in about:config and search for gestures.