Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ You can download the PDF and Epub version of this repository from the latest run
}
}
```
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
```typescript
import { Component, Inject } from '@angular/core';
import { MyService } from './my-service';
Expand Down Expand Up @@ -4691,4 +4691,4 @@ You can download the PDF and Epub version of this repository from the latest run
export class AppModule {}
```

**[⬆ Back to Top](#table-of-contents)**
**[⬆ Back to Top](#table-of-contents)**