Online samples for FlexGrid

Posted by: mark.goldin on 25 November 2019, 11:37 am EST

  • Posted 25 November 2019, 11:37 am EST

    I appreciate that there are examples online for us to play. But I also see that the grid example comes in a form of app.component.html that combines a template and a component ts file. Is that how the framework work?

    Thanks

  • Posted 26 November 2019, 12:58 am EST

    Hi Mark,

    Usually, there is a separate module file that imports all the other modules, mainly know as ‘app.module.ts’ file. And, the app.component.html and app.component.ts files are used to create a separate component but it is usually the first component to be shown. In our examples, we have combined the app.module.ts and app.component.ts file for simplicity because our examples do not use the angular-cli project. Instead, they use the SystemJS module loader for loading the files.

    I hope that this clears your doubts but if you have any additional queries, feel free to ask us.

    Regards,

    Ashwin

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels