Skip to content

Commit 3bc2867

Browse files
vladboisaAndrewKushnir
authored andcommitted
docs(docs-infra): remove hash before link (#57351)
Remove hash in link for correct view Fixes #57349 docs(docs-infra): change the link Change the link with name of class and method docs: fix the link name PR Close #57351
1 parent 97fd311 commit 3bc2867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/linker/compiler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class Compiler {
6767
}
6868

6969
/**
70-
* Same as {@link #compileModuleSync} but also creates ComponentFactories for all components.
70+
* Same as {@link Compiler#compileModuleSync compileModuleSync} but also creates ComponentFactories for all components.
7171
*/
7272
compileModuleAndAllComponentsSync<T>(moduleType: Type<T>): ModuleWithComponentFactories<T> {
7373
const ngModuleFactory = this.compileModuleSync(moduleType);
@@ -84,7 +84,7 @@ export class Compiler {
8484
}
8585

8686
/**
87-
* Same as {@link #compileModuleAsync} but also creates ComponentFactories for all components.
87+
* Same as {@link Compiler#compileModuleAsync compileModuleAsync} but also creates ComponentFactories for all components.
8888
*/
8989
compileModuleAndAllComponentsAsync<T>(
9090
moduleType: Type<T>,

0 commit comments

Comments
 (0)