Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 4d582b8

Browse files
TedSandernshahan
authored andcommitted
Remove const from README.
PiperOrigin-RevId: 205138279
1 parent e4f8acd commit 4d582b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/material_card/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ component specific styling so you can easily override style values as needed.
2020
@Component(
2121
selector: 'my-component',
2222
templateUrl: 'my_component.html',
23-
styleUrls: const [
23+
styleUrls: [
2424
'package:angular_components/css/mdc_web/card/mdc-card.scss.css',
2525
'my_component.scss.css'])
2626
class MyComponent {}

0 commit comments

Comments
 (0)