Skip to main content

All Questions

Tagged with
0 votes
0 answers
33 views

<A ng-href="#/about" tries to open /#!#%2Fabout on the browser instead of /#/about and fails

I am working on a single page angular web app using node.js as webserver to serve index.html In index.html I have this ng-href tag: <a ng-href="#/about">About</a> I ran the ...
BNKS1972's user avatar
1 vote
0 answers
1k views

Container xxl is not working on bootstrap 5 in angular

Here, I'm trying to make full responsive webpage on angular. So, I am using bootstrap version 5.0.2 https://getbootstrap.com/docs/5.0/getting-started/introduction/. I used the container for all kind ...
AKASH's user avatar
  • 19
0 votes
0 answers
63 views

how to display items of an array returned from a function on html page

in the code posted below the method MousePosition which has coordianteFormat as an atttribute. the createStringXY() returns a string encapsulates the longitude and latuitued, and they are comma ...
Amrmsmb's user avatar
0 votes
3 answers
1k views

How to get an image with a NodeJS server and Angular Front?

I have a problem... When I try to get an image that is saved on the server to view on the frontend, routes fail. When I register one user, I save the user image in the server by Multer and I save the ...
user avatar
0 votes
1 answer
129 views

How can i see the result form my typeScript in the HTML?

This is my HTML *i changed all the code <div class="testCenter"> <h1>{{teston()}}</h1> </div> This is my .ts code the function teston() i dont know if it make ...
Karim's user avatar
  • 39
3 votes
2 answers
10k views

Date-time local sending time from frontend to backend chages automatically and it subtracts the time by 2 hours

I am using the DateTime-local in the HTML field to obtain the datetime from the users. I am sending the same to the backend which I am using to create the XML file. When I send the date to backend it ...
BATMAN_2008's user avatar
  • 3,300
-1 votes
2 answers
47 views

AngularJS is not linking through HTML

I already viewed questions related to this, my code is right as answered in previous question then also not working. Its very simple beginner code <html ng-app=""> <head> &...
Mohammed Singapurwala's user avatar
-1 votes
1 answer
122 views

Change color of a particular area of Image uploaded by User In canvas by Javascript

I'm posting a website where you can visualize colors on a wall by uploading a photograph of your home. They are flood filling colors on the area where I'm clicking. They are creating shapes (maybe by ...
Debayan Das's user avatar
0 votes
1 answer
61 views

Getting error of "error TS2339: Property 'user' does not exist on type 'Object'. "

error TS2339: Property 'user' does not exist on type 'Object'. export class LoginComponent implements OnInit { user = new BehaviorSubject<Userlogin>(null); constructor( private route: ...
Vishakha Badre's user avatar
1 vote
2 answers
730 views

how to retrieve nodejs scraped data and display in html

I am trying to scrape a website for some content using NodeJs, it all works good but then the scraped text is desplayed in the console only however, i want to pass my scraped data to my html page (...
Ahmed Sheikh's user avatar
3 votes
2 answers
4k views

How can i use designs created in Adobe XD in my Angular JS website?

I have created a design prototype in Adobe XD. I want to use this prototype design in my web application created in Angular JS How can i use designs created in Adobe XD in my Angular JS website ? I ...
Reena Chauhan's user avatar
0 votes
2 answers
239 views

Getting text from angular input elements in Protractor

The angular Input controls doesn't let me get values directly by using getText() in protractor. <input ng-switch-when="TextBox" ng-if="::!field.uiControlInfo.multiLine" ng-model="field.input[0]....
Ashfaq Ahmed's user avatar
0 votes
2 answers
2k views

Creating dynamic multiple tables using Angular

I have created a dynamic table that allows the user to add rows to the table. Now I want to create multiple tables that allow the user to add multiple rows. The problem with my code is that the '...
Nirvana Dogra's user avatar
-1 votes
2 answers
34 views

Which framework as used to make this contact page (dynamic / moving) [closed]

I came across this web site, and I'd like to know which framework did they use to make "Contact" page Form element such as textbox (Name, Enterprise...) when you click on it, its moving (reducing its ...
CodeDevNet's user avatar
1 vote
1 answer
40 views

How the default template is created when the url of directory hosted on web is hit?

i have a angularjs module for some common component, services etc with their separate folders, say root/component/, root/services/ and so on. When i hit url "root/component/" in browser, i get a ...
Mohit's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
23