javascript - how to install or user Angular 2 in Codeigniter 3 -
i running codeigniter 3x have use , learn month , wanna start learn js framework not know how install/use angular in codeigniter ? use angular in codeigniter ? if use directory.
codeignter_project/ ------------------|application ------------------|assets ------------------------|bootstrap_3.3.7 ------------------------|jquery_3.1.0 ------------------------|my_lib ------------------------|nicescrol_3.6.8 ------------------|system ------------------|application ------------------|index.php
is there any1 have use angular in codeigniter 3x please share experience
thank in advance.
at first, try complete angular js basics. otherwise, difficult understand execution flow.
yes, it's idea. can use angular js codeigniter.
how install it
- include angular js inside head using cdn or keep inside assets folder & include other scripts.
- then define ng-app, ng-model, ng-bind etc inside views & desired output.
Comments
Post a Comment