I've just discovered, that some parts of bootstrap aren't usable after following the guide given in the corresponding wiki article.
More clearly, an alert I've added, wasn't closed after pressing the corresponding "x" link in the alert div.
My guess is, that the addition of bootstrap.min.js to the scripts array inside .angular-cli.json is missing in the wiki article.
I've just discovered, that some parts of bootstrap aren't usable after following the guide given in the corresponding wiki article.
More clearly, an alert I've added, wasn't closed after pressing the corresponding "x" link in the alert div.
My guess is, that the addition of
bootstrap.min.jsto the scripts array inside.angular-cli.jsonis missing in the wiki article.