An open API service indexing awesome lists of open source software.

https://github.com/manekinekko/angular-angularjs-interop


https://github.com/manekinekko/angular-angularjs-interop

angular angular2 angularjs interop interoperability

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# AngularAngularjsInterop

## Steps

1) Make sure we're on AngularJs 1.5+
2) Don't bootstrap AppComponent in AppModule
3) Downgrade AppComponent to AngularJs, so it can be bootstrapped by AngularJs
4) Bootstrap Angular Injector (IJ2)
5) Bootstrap AngularJs Injector (IJ1)
6) Wire IJ2 and IJ1 up
7) ROUTERS DO NOT WORK YET!!