Hello,
I would like to install an Angular Template on my web hosting, on a sub domain. I found several for free on google, but I have a white page when i try it on the browser.

I am completely beginner on Angular.
Do you know how to activate it?

Recommended Answers

All 2 Replies

I don't know anything about angular, but I believe it needs to be compiled. I don't know how to do this as I have no angular experience, but is there a reason you chose an angular template?

This tutorial should help you get started with compiling your angular code into javascript that your browser can interpret.

You need to compile an angular project but first you need to install the dependencies.
You should start here: https://angular.io/start

Can probably copy your template code into src/app

To get the files ready for hosting, you will run ng build in your local directory.

There is a big learning curve if you have no experience with JS frameworks...fair warning

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.