Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
10 votes
1 answer
548 views

Lightweight Angular tooltip component

I made a small Popup component to show different error/success...etc. messages. Template: ...
Embrioka's user avatar
  • 313
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 ...
snowfrogdev's user avatar
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 ...
Nir's user avatar
  • 153