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 c8d2723 commit a935ed5Copy full SHA for a935ed5
packages/@angular/cli/blueprints/component/index.ts
@@ -228,8 +228,11 @@ export default Blueprint.extend({
228
afterInstall: function (options: any) {
229
const appConfig = getAppFromConfig(this.options.app);
230
if (options.prefix && appConfig.prefix && appConfig.prefix !== options.prefix) {
231
- console.log(chalk.yellow(oneLine`You are using different prefix from app,
232
- you might get lint errors. Please update "tslint.json" accordingly.`));
+ this._writeStatusToUI(chalk.yellow, 'WARNING', oneLine`
+ You are using a different prefix than the app ['${appConfig.prefix}']
233
+ and may receive lint failures.
234
+ Please verify/update 'tslint.json' accordingly.
235
+ `);
236
}
237
238
const returns: Array<any> = [];
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments