Skip to content

rafalfaro18/wp-angular2-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-angular2-theme

Wordpress Theme that loads a bundled Angular 2 app

Notes

  • Build the angular app without hashes
ng build --prod --output-hashing=none

To Do

  • Angular's assets need to be located in /assets so a proper redirect must be included in the .htaccess file.