Skip to content

Commit b499300

Browse files
authored
docs(angular): include add diff sign (#3157)
1 parent ed1444e commit b499300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular/build-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ import { Component } from '@angular/core';
429429
})
430430
export class TestComponent {
431431
constructor() {
432-
addIcons({ alarm, logoIonic });
432+
+ addIcons({ alarm, logoIonic });
433433
}
434434
}
435435
```

0 commit comments

Comments
 (0)