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 915349d commit da72eaaCopy full SHA for da72eaa
src/convert-relative-imports/index.ts
@@ -11,8 +11,8 @@ import { getMappedImportsRule } from '../mapped-imports-rule-utils';
11
12
import { Schema as ConvertRelativeImportsSchema } from './schema';
13
14
-// TODO: add link to the docs
15
-const conversionFailureMessage = `Failed to generate remapped imports! Please see: ...`;
+const conversionFailureMessage = `Failed to generate remapped imports! Please see: ` +
+ `https://docs.nativescript.org/angular/code-sharing/intro#remapped-imports`;
16
17
export default function(options: ConvertRelativeImportsSchema) {
18
return (tree: Tree, context: SchematicContext) => {
0 commit comments