Named functions are not supported

      container.register(function name(one: string) {
        return one;
      }, [() => 'SpongeBob SquarePants']);
Edited by Eric MORAND