Android Doctorr
Android Doctorr
Same problem here. import {NG_TABLE_DIRECTIVES} from 'node_modules/ng2-table/ng2-table'; gives me an error in my editor (Atom): "Cannot find module 'node_modules/ng2-table/ng2-table'." and import {NG_TABLE_DIRECTIVES} from 'ng2-table/ng2-table'; gives me this error in the...
How do I tell? It's in node_modules, but I don't think I'm using it. Maybe?
> > `` > `` > `` > `MyApp` > `` > `{{content-for 'head'}}` > `` > > `` > `` > `` > `` > `` > `` >...
import {PAGINATION_DIRECTIVES} from 'ng2-bootstrap/ng2-bootstrap'; is working, for reference
Aghh. I really thought that would do it... Shouldn't it be looking there by default though? It finds ng2-bootstrap ok... I don't think a nuclear option is necessary, but anyway,...
Any other ideas?
You can accomplish this now by copying the styles from react-s-alert/dist/s-alert-css-effects/scale.css (do not import it) into another style sheet or one that you're already using, then removing all the scale/transform...