We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3948aa1 commit 46e27b7Copy full SHA for 46e27b7
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