Skip to content

Instantly share code, notes, and snippets.

@yokoishioka
Created March 10, 2020 05:53
Show Gist options
  • Save yokoishioka/042f71d8b80287cd0fe4507bdc240c72 to your computer and use it in GitHub Desktop.
Save yokoishioka/042f71d8b80287cd0fe4507bdc240c72 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'ces-svg-astronaut',
templateUrl: '../../../../../../src/assets/images/svgs/astronaut.svg',
styleUrls: ['../../svg.component.scss']
})
export class SvgAstronautComponent {
constructor() { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment