We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ce091 commit 032aa18Copy full SHA for 032aa18
README.md
@@ -605,7 +605,7 @@ You can download the PDF and Epub version of this repository from the latest run
605
}
606
607
```
608
- 4. **Parameter decorators** Used for parameters inside class constructors, e.g. @Inject, Optional
+ 4. **Parameter decorators** Used for parameters inside class constructors, e.g. @Inject, @Optional
609
```typescript
610
import { Component, Inject } from '@angular/core';
611
import { MyService } from './my-service';
@@ -4691,4 +4691,4 @@ You can download the PDF and Epub version of this repository from the latest run
4691
export class AppModule {}
4692
4693
4694
- **[⬆ Back to Top](#table-of-contents)**
+ **[⬆ Back to Top](#table-of-contents)**
0 commit comments