Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created August 9, 2018 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/e75908914cd09106476914ecf277758e to your computer and use it in GitHub Desktop.
Save amandeepmittal/e75908914cd09106476914ecf277758e to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
// add the following
import { TableComponent } from './table/table.component';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'smart-table-example';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment