How to use jQuery with Angular?
Using jQuery from Angular2 is a breeze compared to ng1. If you are using TypeScript you could first reference jQuery typescript definition. tsd install jquery –save or typings install dt~jquery –global –save TypescriptDefinitions are not required since you could just use any as the type for $ or jQuery In your angular component you should … Read more