This website requires JavaScript.
Explore
Help
Sign In
unistack-org
/
ngx-translate-extract
Watch
4
Star
0
Fork
0
You've already forked ngx-translate-extract
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e5f937d7f6
ngx-translate-extract
/
src
/
parsers
/
parser.interface.ts
6 lines
95 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2016-12-03 17:09:39 +03:00
export
interface
ParserInterface
{
Refactor code. Add DirectiveParser (Thanks ocombe\!)
2016-12-07 08:10:48 +03:00
process
(
filePath
:
string
,
contents
:
string
)
:
string
[
]
;
Initial commit
2016-12-03 17:09:39 +03:00
}
Reference in New Issue
Copy Permalink