Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Angular 2 项目并使用 Angular CLI 创建新的组件和服务并进行构建,我想将特定的修复推送到生产中。
我有数百个组件和文件,不想编译所有内容并仅将特定更改推送到生产。
有没有办法编译特定的 TS 文件?