feat: Add custom slug support for links
This commit is contained in:
parent
ab5dbc047c
commit
8e1832416b
15 changed files with 54 additions and 40 deletions
|
@ -3,5 +3,5 @@ import { appConfig } from './app/app.config';
|
|||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrapApplication(AppComponent, appConfig).catch((err) =>
|
||||
console.error(err),
|
||||
console.error(err)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue