You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deprecate FastSvgModule in favor of provideFastSVG provider function (fe7cf06)
make SvgLoadStrategyImpl a simple class and extend from SvgLoadStrategy for better typechecking (73a1b89)
make SvgOptionsToken provided in root with default value (db1474a)
make SvgRegistry provided in root, use inject function instead of @Inject and @optional decorators, initialize SvgLoadStrategyImpl as the default strategy, update old subscribe pattern (7421906)
simplify provideFastSVG by removing classes that are provided in root by default (0f88208)