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.

  1. at first, try complete angular js basics. otherwise, difficult understand execution flow.

  2. yes, it's idea. can use angular js codeigniter.

how install it

  1. include angular js inside head using cdn or keep inside assets folder & include other scripts.
  2. then define ng-app, ng-model, ng-bind etc inside views & desired output.

Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -