angular tag

12 questions


1 answers
63 views
0
How to run typescript with IntelliJ to view results

Hello, I started to do typescript while studying angular.I'm working on IntelliJ.Is there a way to run the typescript file that I created?The example is now available in the browser.import { Component...


1 answers
49 views
0
TypeScript + Symbol

checkId(userId: string): Promise<User> { return userPromise .then(children => children.find(children => children.id === +userId)); }In the example code above, the statement of child === +u...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.