Skip to content

Commit

Permalink
Sync 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykmnkmi committed Dec 13, 2024
1 parent 8e00e3d commit 49bfd09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1190,8 +1190,7 @@ String _getEventName(ast.EventAst event) =>

/// Visitor which filters elements that are not supported in angular templates.
class _ElementFilter extends ast.RecursiveTemplateAstVisitor<void> {
static const _securityUrl =
'https://angulardart.xyz/guide/security';
static const _securityUrl = 'https://angulardart.xyz/guide/security';

@override
ast.ElementAst? visitElement(ast.ElementAst astNode, [_]) {
Expand Down

0 comments on commit 49bfd09

Please sign in to comment.