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
siva nathan
949
828
230.9k
generate dynamic data and checkbox in angular
Dec 18 2020 5:56 AM
Hi all,
am having 2 tables
1.Role
2.Screen
need to save rolebased screen permission like below
Role
Screen1
Screen2
Screen3
admin
true(checkbox)
true(checkbox)
false(checkbox)
PM
false(checkbox)
false(checkbox)
false(checkbox)
need to show and map the Role based screen permission
can anyone tell me how the model should be and how to form a design based on no of role and screen dynamically in angular 9
how the model should be in c#
how to achieve the above logic
Reply
Answers (
0
)
how can I implement multi level routing?
Call other component method which is not relatable angular