TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ronika Jency
NA
3.8k
482.5k
How to assign a enum class to a variable instead of any?
Apr 21 2020 1:01 AM
Hi,
export enum QuotationBillMethod {
Manday = 1,
Sampling = 2
}
BillingMethod : any = QuotationBillMethod;
How to assign a enum class to a variable instead of any?
Reply
Answers (
2
)
How to store id in local browser storage in Angular?
Connecting API to a database dynamically based env from UI