Yogev Boaron Ben-Har

Results 5 issues of Yogev Boaron Ben-Har

I would imagine doing it somewhat like this: ```javascript export const routes: Routes = [ { path: 'contact', loadChildren: import(() => './contact/contact.module').then(m => m.ContactModule), data: { preload: true } }...

I found some features missing from the `clone` action, one being the ability to clone specific files, which would essentially mean to clone the repo and delete all the files...

I'm trying to clone a repo into the current directory I'm on, and I keep getting an error, event when the directory is empty. This is the error I'm getting:...

I think that adding the ability to clone a repo into a specific location will be a useful feature that is missing right now.

Hey, i'm trying to configure the service on the server-side and i don't understand the `server.ts` part. Where do I import `AppModuleNgFactory`, `template` and `LAZY_MODULE_MAP` from?