This repository was archived by the owner on Nov 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 480
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Angular 2 Universal production ready #247
Copy link
Copy link
Closed
Labels
Description
- allow templateUrl or styleUrls to work Prerender does not work with templateUrl or styleUrls #294
- allow better SystemJS support by tracking
System.import
SystemJS support #283 - create Universal localStorage module Create Universal Storage module #272
- create Universal cookies module Create Universal cookies module #273
- create Universal IndexDB module
- prototype NgCache Prototype NgCache #271
- write docs for all modules get documentation up on angular.io #258
- write docs for quick-start
- render single component Support rendering just a single component rather than a complete HTML document #347
- allow creation of context to load the universal app DI error when app creates security context #284 blocked
- make preboot work with multiple apps preboot with multiple appRoot #303 !important
- isNode/isBrowser create
isNode
(orisServer
) andisBrowser
#397 - Jsonp support feat(Jsonp): add support for JSONP #409
- remove
-preview
- fix setTimeout on the server Server crashes from evaluating functions executed after setTimeout #267
- allow
|async
AsyncPipe to work before rendering allow|async
AsyncPipe to work before rendering #327 - allow
https
forNodeConnection
feat(universal): allow https for NodeConnection #326 - allow devs to control when to render without
zone.js
with lifecycle hook 06d3a51 - allow async requests from
Http
to work - allow async requests from
Http
to work with precache Allow async requests from Http to work with precache #274 !important - allow dev to create an HTML component feat(TAG_DEFINITIONS): include <meta> and <base> angular#7455
- create polyfills module remove server-patch. Create polyfills module #193
- rename
server
tonode
- remove
angular2-
prefix inmodules/
refactor: remove angular2- prefix #295 - allow replay of common events for preboot replay 'input' and 'change' events during preboot #245
- example of 3rd Party Module with Universal support angular2-universal-module
- allow optional route params with pre-rendered views Optional route params with pre-rendered views #275 fix(router/instruction): ensure toLinkUrl includes extra params angular#7431
- mock out window object on global for warnings feat(window): mocking window object #311
- create universal-preview module to warn developers chore(universal): rename angular2-universal-preview to angular2-universal #315
- include more attributes from properties
bonus:
- create Universal localForage module
- make prerendering work with multiple apps make preboot work with multiple apps #259
- isolate modules from shared build/typings
- switch to typings from tsd switch to
typings
.tsd
is deprecated #206 - use Http for NodeConnection recreate NodeConnection without BrowserXhr #264
PatrickJS, Bhushan001, alexpods, denneulin, kukjevov and 3 moreIPRIT