explore-services/sample-components/sampleComponent-2
konstantina.galouni 6c5687c80f claims.component uncomment this.sub | fill main.node.ts with contents of main.browser.ts --> solve reload problem in claims page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@43771 d315682c-612b-4755-9ff5-7f18f6832af3
2016-09-22 14:45:53 +00:00
..
src claims.component uncomment this.sub | fill main.node.ts with contents of main.browser.ts --> solve reload problem in claims page 2016-09-22 14:45:53 +00:00
.editorconfig Commiting sample-components folder - containing a sample in various versions of angular2 2016-09-22 09:36:28 +00:00
.gitignore Commiting sample-components folder - containing a sample in various versions of angular2 2016-09-22 09:36:28 +00:00
README.md Commiting sample-components folder - containing a sample in various versions of angular2 2016-09-22 09:36:28 +00:00
app.json Commiting sample-components folder - containing a sample in various versions of angular2 2016-09-22 09:36:28 +00:00
nodemon.json Commiting sample-components folder - containing a sample in various versions of angular2 2016-09-22 09:36:28 +00:00
package.json update config files with the lattest changes form angular-universal-starter project, ignore node_modules and dist folders 2016-09-22 11:22:23 +00:00
tsconfig.json update config files with the lattest changes form angular-universal-starter project, ignore node_modules and dist folders 2016-09-22 11:22:23 +00:00
webpack.config.ts update config files with the lattest changes form angular-universal-starter project, ignore node_modules and dist folders 2016-09-22 11:22:23 +00:00

README.md

Angular 2 Universal Starter Universal Angular 2

Server-Side Rendering for Angular 2

A minimal Angular 2 starter for Universal JavaScript using TypeScript 2 and Webpack 2

If you're looking for the Angular Universal repo go to angular/universal

Deploy

Installation

  • npm install

Serve

  • npm start to build your client app and start a web server
  • npm run build to prepare a distributable bundle

Development

  • run npm start and npm run watch in two separate terminals to build your client app, start a web server, and allow file changes to update in realtime

Watch files

  • npm run watch to build your client app and start a web server