springboot-angular2-tutorial / angular2-app

This repository is an example application for angular2 tutorial
MIT License
141 stars 51 forks source link

Where is index.html #7

Closed dhasilin closed 8 years ago

dhasilin commented 8 years ago

Sorry for dummy question, but where is entry point ? Where <app></app> is located to run app ?

akirasosa commented 8 years ago

@Kravs The entry point is supposed to be rendered by server side in this example. You can see it at https://github.com/springboot-angular2-tutorial/boot-app/blob/master/src/main/resources/templates/index.html .

dhasilin commented 8 years ago

@akirasosa Thank you, it helps :)