Building a web application with Spring Boot and Angular (#6496)

* Initial Commit

* Delete angularclient folder

* Add spring-boot-angular module to root pom.xml

* Update pom.xml

* Update root pom.xml

* Update root pom.xml
This commit is contained in:
Alejandro Gervasio
2019-03-11 11:49:16 -03:00
committed by KevinGilmore
parent 6cd8c51b4d
commit b10782f89e
45 changed files with 52 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}