This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
0
You've already forked angular-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f8e8d22e4e
Branches
Tags
View all branches
angular-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 19:49:25 -07:00
export
{
SERVER_PLATFORM_PROVIDERS
,
serverBootstrap
,
serverPlatform
}
from
'./src/server'
;
Reference in New Issue
Copy Permalink