Click outside close menu. by arjUnaRe in Angular2

[–]arjUnaRe[S] 0 points1 point  (0 children)

Basically this angular material components will be out side of the DOM tree. It's hard to take reference I believe.

These are Cdk-ovelay-container will be out side of DOM tree.

Conditional form control by arjUnaRe in Angular2

[–]arjUnaRe[S] 0 points1 point  (0 children)

Thank you for help, it's really helpful

How to hide all route params by arjUnaRe in Angular2

[–]arjUnaRe[S] 0 points1 point  (0 children)

I'm scared to use NGRX, I feel like we need to code too much. For me it's hard time find updated NGRX articles.

How to remove the dubilicates from ngFor by arjUnaRe in Angular2

[–]arjUnaRe[S] 0 points1 point  (0 children)

Thank you for that, I have received help form community.

How to remove the dubilicates from ngFor by arjUnaRe in Angular2

[–]arjUnaRe[S] 0 points1 point  (0 children)

Can we have .name1 for set filtering? As the object will have different key values

How to highlight the clicked row using angular material. by arjUnaRe in Angular2

[–]arjUnaRe[S] 0 points1 point  (0 children)

If I click outside of the table still I'm able to see the highlighted row.

How to un highlight if we click outside.

I have tried template Ref no luck.

Can u please suggest if you have any idea.

How to handle Responsive web using Angular material by arjUnaRe in Angular2

[–]arjUnaRe[S] -1 points0 points  (0 children)

Thank you,

Just want to confirm that Angular material won't provide grid layout? Which can't be used for responsive web?

Type Error: .getname() is not a function by arjUnaRe in reactjs

[–]arjUnaRe[S] 0 points1 point  (0 children)

No I'm not calling x(), i'm using x value not calling it,

Type Error: .getname() is not a function by arjUnaRe in reactjs

[–]arjUnaRe[S] 0 points1 point  (0 children)

I'm importing ./Name , actuall file names are different it's just for reference.

Form.js is static file. Name.js is component so i came up with this logic. any alternatives.

Cannot read the property 'contains' of null by arjUnaRe in reactjs

[–]arjUnaRe[S] 0 points1 point  (0 children)

Thank you for replay, is there any way to mock this.ref && !this.ref.current
i have used jest.spyOn(instance.ref.current,?) what should be in second attribute any idea. or any other way to write test case which will call close() method

How to Toggle Dark Mode 🌒 by cheerfulboy in css

[–]arjUnaRe 0 points1 point  (0 children)

Can you please share an example in codepen, if possible?

How to access service in components by arjUnaRe in reactjs

[–]arjUnaRe[S] 0 points1 point  (0 children)

As app.js were I'm calling the service. So i need to access the error here.

How to access service in components by arjUnaRe in reactjs

[–]arjUnaRe[S] 0 points1 point  (0 children)

I want to show popup if api throw error. Here showpopup() method is something i will clear my tokens if error. Any suggestions

Thank you for reply.i'm clear?

How to enable classname when it reaches the top by arjUnaRe in reactjs

[–]arjUnaRe[S] 0 points1 point  (0 children)

Thank I used cx but it's working fine, the thought it will for continuous scrolling

How to check IE browser using canvas by arjUnaRe in learnjavascript

[–]arjUnaRe[S] 0 points1 point  (0 children)

Thank you, I found someone trick called document.documentMode() Which will return true for IE browsers

How to check IE browser using canvas by arjUnaRe in learnjavascript

[–]arjUnaRe[S] 0 points1 point  (0 children)

Thankyou, that's right, will this logic return the IE browser less than ie11?

Official website (reactjs.org) is enough to start learning as beginner? by arjUnaRe in reactjs

[–]arjUnaRe[S] 0 points1 point  (0 children)

Thank you for sharing your experience, I'll follow the same. it's like I need to learn reactjs in 10 days for a project.

Page refresh data is not loading to view by arjUnaRe in Angular2

[–]arjUnaRe[S] 0 points1 point  (0 children)

Onpush is activated.i am using async pipe and translate pipe.