DEV Community

Discussion on: Integrating Semantic UI to an Angular CLI Project

Collapse
 
josuevalrob profile image
Josue Valenica

Is there any option that replaces the dependency of jquery?

Collapse
 
chiangs profile image
Stephen Chiang • Edited

The easy way is to include jQuery, but if you spend a little time with the debugger and watch what classes are being added and removed in the examples page, you can use plain vanilla js to query select and [ngClass] to do some, if not most, of the behaviors.

Collapse
 
josuevalrob profile image
Josue Valenica

I am trying this, what do you think: edcarroll.github.io/ng2-semantic-u...

Thread Thread
 
chiangs profile image
Stephen Chiang

I haven't tried it, but looks interesting; give it a shot and write about your experience on Dev!