mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
added typedoc
This commit is contained in:
@@ -27,6 +27,9 @@ const fieldParserDeps = [
|
||||
PARSER_OPTIONS,
|
||||
];
|
||||
|
||||
/**
|
||||
* Method to retrieve a field parder with its providers based on the input type
|
||||
*/
|
||||
export class ParserFactory {
|
||||
public static getProvider(type: ParserType): StaticProvider {
|
||||
switch (type) {
|
||||
|
Reference in New Issue
Block a user