my angular project doesn't have cli, rather we have implemented the build using @ngtools/webpack.
I am trying to use @defer in my template to lazyload one of the component. it's supposed to create a separate file and gets loaded when it is on view but looks like it is not working.
Any idea if it is supported in @ngtools/webpack