Could you tell me how to use loadChildren?

I wrote the route in app-routing.module.ts:
{

    path: "about",
    component: AboutComponent,
    children: [
        {
            path: "about/componyinstroduction",
            loadChildren: "../pages/about/about.module-sharpComponyinstroductionComponent"
        },
        {
            path: "about/teaminstroductionComponent",
            loadChildren: "../pages/about/about.module-sharpTeaminstroductionComponent"
        },
        {
            path: "about/honourComponent",
            loadChildren: "../pages/about/about.module-sharpHonourComponent"
        },
        {
            path: "about/structureComponent",
            loadChildren: "../pages/about/about.module-sharpStructureComponent"
        },
        {
            path: "about/structureComponent",
            loadChildren: "../pages/about/about.module-sharpStructureComponent"
        },
    ]
    
    html:
    

clipboard.png
:

clipboard.png

so there is still something wrong with my route. Please take a look at it. Thank you very much

.
Feb.20,2022

restart seems to be the right thing to do. Thank you

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b081-2ba46.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b081-2ba46.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?