Posts by Alexandre Nobre • 23 points
5 posts
-
0
votes0
answers45
viewsQ: How to remove the form name from the url at angular 7?
When I direct to a component at the angle, its name is available at the page address for example http://localhost/#/form-login Would there be some way that the component name would be hidden?…
-
1
votes1
answer3867
viewsQ: How to redirect to another page using angular 7
I am making an application using angular 7 with angular/cli, but I find myself in a problem, I finished my login screen and I want to redirect to Dashboard; But I find where the router-outlet opens…
-
0
votes0
answers664
viewsQ: How to save a Base64 to a mysql database?
I am creating an application using Angularjs and using webservlets with mysql database connection. To generate the binary, I use the following code: $scope.adicionarArquivo = function (element) {…
-
0
votes1
answer65
viewsQ: How do I set up Dropzone JS to receive an image just by typing CTRL+ V, so that it accepts text and images together?
I was watching the outlook and the email edit field gets images via CTRL+V, searching found that this would be a Dropzone component. I would like to know how to set up. Below the example of outlook.…
-
1
votes1
answer17
viewsQ: How to recover values from an ngdialog?
I’m having trouble working with ngdialog, someone could tell you how to recover data from a template formed by ng-dialog? below the code I’m working on ngDialog.open({ template: "\ <div…
angularjsasked Alexandre Nobre 23