angular - Include adminLTE in Angular2 project -


i trying include adminlte template in angular project 2. placed adminlte folder inside node_modules, when linking .js , .css in angular index.html, not find them, , not know why reason. can suggest me advice on topic?

attach code , error:

reference

error

the answer not work easy.

as per adminlte website "https://almsaeedstudio.com/themes/adminlte/documentation/index.html"

is there integration guide php frameworks such yii or symfony?

short answer, no. however, there forks , tutorials around web provide info on how integrate many different frameworks. there versions of adminlte integrated jquery ajax, angularjs and/or mvc5 asp .net.

so can check

but think can add "bootstrap, dist, packages" inside "assets" folder in project if using angular cli


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -