This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a5f2cc73f6
angular-docs-cn
/
modules
/
@angular
/
platform-server
/
index.ts
2 lines
89 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: cleanup public api of platform-server BREAKING CHANGE: Parse5Adapter is no longer exported as public API, use serverBootstrap() Parse5Adapter is an implementation detail not a public API Closes #9237 Closes #9205
2016-06-14 22:49:25 -04:00
export
{
SERVER_PLATFORM_PROVIDERS
,
serverBootstrap
,
serverPlatform
}
from
'./src/server'
;