Lazy load Angular 5 error: $$_lazy_route_resource lazy recursive

This page summarizes the projects mentioned and recommended in the original post on /r/codehunter

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • angular-cli

    CLI tool for Angular

  • import { BrowserModule } from '@angular/platform-browser';import { NgModule } from '@angular/core';import { AppComponent } from './app.component';import { HeaderComponent } from './component/header/header.component';import { FooterComponent } from './component/footer/footer.component';import { AppRoutingModule } from './app-routing.module';import { DetailModule } from './component/detail/detail.module';import { HomeComponent } from './component/home/home.component';@NgModule({ declarations: [ AppComponent, HeaderComponent, FooterComponent, HomeComponent ], imports: [ BrowserModule, AppRoutingModule ], providers: [], bootstrap: [AppComponent]})export class AppModule {} I already report it as an Angular-cli Issue. You can find it here.

  • angular-starter

    Discontinued MFE Starter [Moved to: https://github.com/PatrickJS/MFE-starter] (by gdi2290)

  • Proposed solution: https://github.com/gdi2290/angular-starter/issues/1936:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts