typescript 故事书 - 改变背景到红色故事

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 故事书 - 改变背景到红色故事相关的知识,希望对你有一定的参考价值。

.add(
  'with red background',
  withNotes('Testing the background color for the editable area by setting it to red')(() => ({
    component: ContentEditableComponent,
    props: {
      styles: { 'background-color': 'red', 'color': '#fff', 'padding': '20px' },
      ngModel: 'The red content goes here',
      ngModelChange: action('ngModelChange')
    }
  }))
 )

以上是关于typescript 故事书 - 改变背景到红色故事的主要内容,如果未能解决你的问题,请参考以下文章