angular / angular-cn

Chinese localization of angular.io
MIT License
756 stars 426 forks source link

docs: Angular Component 概述 —— 声明组件的样式 段落中单词错误 #494

Closed Maple13 closed 3 years ago

Maple13 commented 3 years ago

要在单独的文件中声明组件的样式,就要把 stylesUrls 属性添加到 @Component 装饰器中。

stylesUrls 应该为 styleUrls

注意:

  1. 新版本的文档位于aio分支下,master分支下是老版本的文档。
  2. 原则上不再接受对老版本的PR。