β¨π¦ The server generates renderer commands and sends them to the browser.
β¨π¦ The browser processes the DOM events and sends them to the server.
Perhaps am thinking about goals like this:
- lightweight browser bundle (maybe)
- remote development when the front-end is running on the server
- security frontend when the client does not see the code
- one more example of the Angular Platform
- <<< YOUR GOALS HERE >>>
If you want to help develop the β¨π¦ Angular Platform Cloud π¦β¨ you can do this by writing to me at Twitter or Telegram.
Feature | Server Side | Browser Side |
---|---|---|
JIT support | β | β |
AOT support | β not yet | β |
Angular Builder | β not yet | β not yet |
Serializer | β | β |
Object Store | β | β |
Rendering | β | β |
Event Manager | β | β |
Location | β | β |
Animations | β | β |
Viewport Scroller | β not yet | β not yet |
Styles Host | β | β |
Error Handler | β | β |
Custom Transport | β not yet | β not yet |
Run npm run serve:dev
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.