Skip to content

Instantly share code, notes, and snippets.

@neilcummings
Created May 7, 2017 10:29
Show Gist options
  • Save neilcummings/ebaf7a2226bd50fd1d1c8db853b96011 to your computer and use it in GitHub Desktop.
Save neilcummings/ebaf7a2226bd50fd1d1c8db853b96011 to your computer and use it in GitHub Desktop.
SharePointAddinAngular - app.component.ts
import { Component } from '@angular/core';
import '../../app/assets/css/styles.css';
@Component({
selector: 'my-app',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment