tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Explicitly set `standalone` for all Angular components

Open jelbourn opened this issue 1 year ago • 0 comments

Angular v19 is going to change the default value for standalone from false to true. Even though tensorboard is on an older version of Angular on GitHub, the version inside Google runs at HEAD. We're in the process of changing existing code in google to explicitly set standalone: false for existing code, so I'm sending this change to the source of truth here.

jelbourn avatar Sep 23 '24 20:09 jelbourn