Showing
1 changed file
with
6 additions
and
0 deletions
... | ... | @@ -1379,5 +1379,11 @@ export const serviceCompletions: TbEditorCompletions = { |
1379 | 1379 | 'See <a href="https://angular.io/api/platform-browser/DomSanitizer">DomSanitizer</a> for API reference.', |
1380 | 1380 | meta: 'service', |
1381 | 1381 | type: '<a href="https://angular.io/api/platform-browser/DomSanitizer">DomSanitizer</a>' |
1382 | + }, | |
1383 | + router: { | |
1384 | + description: 'Router Service<br>' + | |
1385 | + 'See <a href="https://angular.io/api/router/Router">Router</a> for API reference.', | |
1386 | + meta: 'service', | |
1387 | + type: '<a href="https://angular.io/api/router/Router">Router</a>' | |
1382 | 1388 | } |
1383 | 1389 | }; | ... | ... |