Skip to content

Commit

Permalink
fix(project): integration of prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 29, 2019
1 parent ff9f87e commit 9516c54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import * as hashtag from 'linkifyjs/plugins/hashtag';
import * as mention from 'linkifyjs/plugins/mention';

import {NgxLinkifyjsService} from './ngx-linkifyjs.service';
import {Link, LinkType} from '..';
import {LinkType} from '../enum/linktype.enum';
import {Link} from '../interfaces/ngx-linkifyjs.interface';

describe('NgxLinkifyjsService without importing hashtag/mention', () => {
beforeEach(() => {
Expand Down
3 changes: 3 additions & 0 deletions static.paths.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export const ROUTES = [
'/',
];

0 comments on commit 9516c54

Please sign in to comment.