All Questions
Tagged with angular-2+ html5
3 questions
10
votes
1
answer
548
views
Lightweight Angular tooltip component
I made a small Popup component to show different error/success...etc. messages.
Template:
...
1
vote
1
answer
2k
views
Angular 2 Component conditionally displaying a list of elements from an array
This Angular component displays a list of polls that are fetched from the server and has a slide toggle giving the authenticated user the option to display all polls or just the ones that the user has ...
2
votes
1
answer
885
views
Angular 2 sortable lists
I wrote a simple and small projects that present 3 buttons, each one loads a different list to the screen on the same place but not in the same time.
In my HTML, I think I can maybe use some more ...