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 e4a8b05 commit af976c4Copy full SHA for af976c4
README.md
@@ -55,7 +55,7 @@ let app = container.resolve(App);
55
```javascript
56
57
@Injectable(['IService'])
58
-class Service implements IService {
+class Service {
59
constructor(service) {
60
this.service = service;
61
}
0 commit comments