Hi Sanders, thanks for the reply.
If I dont put it in index.html, where else would I put? In the 
component.html? In the component.html I only have

<div>
    <ag-grid-ng2 id="flowsheet"
            #agGrid style="width: 100%; height: 100px;box-sizing: border-box;" 
class="ag-fresh"
                 [gridOptions]="gridOptions"
                 [columnDefs]="columnDefs"
                 [rowData]="rowData"

   >
    </ag-grid-ng2>
</div>




On Thursday, March 2, 2017 at 6:30:01 PM UTC-8, Sander Elias wrote:
>
> Hi Reza,
>
> You plunk is broken, and I have no time to now debug it. SystemJS isn't 
> loaded (correctly) anymore.
>
> Then, you can't just put in your component in the index.html. That is not 
> processed/controlled by angular, so it will never call your code.
>
> Regards
> Sander 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to