Questions tagged [angular-cli]

6 questions
7
votes
1 answer

How to get windows line-endings when generating with angular cli

Note: This might look like a coding question, but it is not. It is about using developer tools. When I use Angular Cli to generate components, services, directives etc. the files it produces all have Unix-style line-endings (LF), even when…
Superole
  • 1,829
2
votes
0 answers

How to hide an API Key on heroku for an Angular app

I have the frontend part of a project using Angular and I am trying to find out how to properly hide an API key in a production environment (Heroku). There are two variables I need to change between the local and production environments, namely the…
2
votes
1 answer

Cannot access Angular app served on CentOS virtual machine

I have been a front-end developer for a few years and am trying to teach myself the back-end of things so I am very new to all of this. I have CentOS minimum running on a VirtualBox with Apache httpd installed. Network is set to bridged adapter (I…
1
vote
0 answers

Angularjs PUT & DELETE Aborted on PreFlight with IE11

Our AngularJs WebApp communicates CORS CRUD operations against a WebApi service hosted in IIS that is SSL, and requires Certificates. All Verbs - GET, POST, PUT, DELETE, work in Chrome, but... IE11 only GET & POST work. The DELETE & PUT always…
0
votes
1 answer

Angular Client Extension for Liferay Shows Blank Screen After Deployment

I'm trying to create a client extension for Liferay using Angular, but after deploying the extension, it shows up as a blank screen. Below are the steps I followed: Steps I Took: Created Liferay Workspace: I created a liferay-workspace and added a…
Darsh8
  • 1
0
votes
1 answer

Is it better to use bootstrap with the node module or with the downloadable files?

My question is quite simple but I want to be sure about this, I am creating a web app using angular-cli, I want to have the most "updated" (closer to the last features given by bootstrap) and efficient approach, so I was wondering what would be the…
lolozen
  • 157