I am following the Socially tutorial for Angular2 and I got to the part where bootstrap is being added: (here)).
I searched a little more and found that there is actually a package for atmosphere that enables a project called ng2-bootstrap to add bootstrap directives (like the angular-bootstrap-ui project, but for ng2).
So I went ahead and installed it, added the file to the tsconfig.json files key and got an Alert directive working in my app without any issue.
The problem I’ve been trying to solve is using the DATEPICKER_DIRECTIVES as in the example code for the ng2-bootstrap documentation.
Right now I get this exception on my browser’s console: EXCEPTION: Unexpected directive value 'undefined' on the View of component 'PartiesList'
I googled for this exception very thoroughly but I don’t think I understand the underlying issue since some solutions were to change the way components depended on each other or modifying the definition files as far as I understood.
Not yet, unfortunately. I looked for hours and tried to come up with a solution, but didn’t make it work. So, I had to pause that in favor of learning other things. =(