python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Equivalence in post method from angular to dart/flutter
I am working with a mobile application (flutter/dart), and I also have a web page, which is made in the backend with laravel and frontend with angular-cli..
ok, i have the following post method, in da...
Eric Efrain Almendras Arnez
Votes: 0
Answers: 0
Angular CLI Generate files with 4 spaces instead of 2
Simple problem I'm trying to solve, but haven't found a solution yet. We're using the latest version of Angular and the Angular CLI, but when we use the cli to generate files like components, it alway...
Andrew
Votes: 0
Answers: 3
Getting error - Error: bundle initial exceeded maximum budget. Budget 5.00 MB was not met by 6.05 MB with a total of 11.05 MB
I am facing an issue while deploying the code and I get
Warning: bundle initial exceeded maximum budget. Budget 2.00 MB was not met by 9.05 MB with a total of 11.05 MB.
Error: bundle initial exceed...
Sucheta Shrivastava
Votes: 0
Answers: 1
Update/Merge i18n translation files in Angular
We have recently decided to support multiple languages for our application (Angular 13.x). After researching, we decided to settle on using angular/localize package which seems great for our needs.
Ev...
jerry
Votes: 0
Answers: 1