We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0223193 + 5b2a0fb commit 611dd9eCopy full SHA for 611dd9e
packages/angular-cli/tasks/doc.ts
@@ -3,7 +3,7 @@ const opn = require('opn');
3
4
export const DocTask: any = Task.extend({
5
run: function(keyword: string) {
6
- const searchUrl = `https://angular.io/docs/ts/latest/api/#!?apiFilter=${keyword}`;
+ const searchUrl = `https://angular.io/docs/ts/latest/api/#!?query=${keyword}`;
7
return opn(searchUrl, { wait: false });
8
}
9
});
0 commit comments