Posts by Kaosnoff • 16 points
2 posts
-
0
votes1
answer1426
viewsA: How to use Jquery in Angular 2
Utilize declare var $: any; before the declaration of the Class. Example: import { Component } from '@angular/core'; declare var $: any; @Component({ selector: 'app-modulo', templateUrl:…
-
0
votes2
answers809
views