ecsnavarretemit / sarai-interactive-maps

SARAI Interactive Maps built with Angular
MIT License
6 stars 5 forks source link

Prepare for Latest Angular (2.4.x) #4

Closed ecsnavarretemit closed 7 years ago

ecsnavarretemit commented 8 years ago

Before considering upgrade to Angular 2.2.0, we must ensure that this issue in angular-cli is resolved AOT Compiliation doesn't work

ecsnavarretemit commented 8 years ago

ng2-bootstrap has an issue of ApplicationRef instance not found. Make sure this is resolved before we upgrade to Angular 2.2.x.

Duplicate but related issue: https://github.com/valor-software/ng2-bootstrap/issues/1235

Suggested workaround by the Repo owner and collaborator: https://github.com/valor-software/ng2-bootstrap/issues/986#issue-177218652

ecsnavarretemit commented 7 years ago

Updated to Angular 2.4.x but cant finish the upgrade path due to angular2-cookie throws error about CookieOptions

See opened issue: https://github.com/salemdar/angular2-cookie/issues/37

After this issue is solved, we can now finally migrate it.

ecsnavarretemit commented 7 years ago

Add a provider to CookieOptions to temporarily fix. Cookie functionality is not broken. All Tests pass also.