multiple bugs, better outbound gateway UX

This commit is contained in:
Matt Hill
2026-03-05 23:20:13 -07:00
parent 3901d38d65
commit 7693b0febc
18 changed files with 192 additions and 76 deletions

View File

@@ -16,7 +16,7 @@ export const VERSION = new InjectionToken<string>('VERSION')
host: {
target: '_blank',
rel: 'noreferrer',
'[href]': 'url()',
'[attr.href]': 'url()',
},
})
export class DocsLinkDirective {