AngularJs 在没有 bootstrap 的情况下是否有效

Does AngularJs work without bootstrap

我想开始使用 Angular,但我注意到所有教程都包括 bootstrap 第一课 bootstrapping..我不是网格系统的忠实粉丝并且 css 框架所以我的问题是你可以在没有 bootstrap 的情况下使用 Angular 还是需要 bootstrap?

AngularJS 不依赖于其他库。它甚至包括 jQuery 的精简版本,但如果它在 AngularJS 之前加载,它将使用完整的 jQuery 库。